DoubleNINumericDoubleNLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.LogicalOr(
DoubleN value
)
Private Function LogicalOr (
value As DoubleN
) As DoubleN Implements INumeric(Of DoubleN).LogicalOr
private:
virtual DoubleN LogicalOr(
DoubleN value
) sealed = INumeric<DoubleN>::LogicalOr
private abstract LogicalOr :
value : DoubleN -> DoubleN
private override LogicalOr :
value : DoubleN -> DoubleN
- value DoubleN
- The value with which to compute the logical bitwise OR.
DoubleNThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)